home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / lib / obsolete / xmanagertool.pro < prev    next >
Text File  |  1997-07-08  |  628b  |  28 lines

  1. ; $Id: xmanagertool.pro,v 1.2 1997/01/15 04:02:19 ali Exp $
  2. ;
  3. ; Copyright (c) 1992-1997, Research Systems, Inc.  All rights reserved.
  4. ;       Unauthorized reproduction prohibited.
  5.  
  6. pro  XManagerTool, GROUP = GROUP
  7. ;+NODOCUMENT
  8. ;+
  9. ; NAME:
  10. ;    XManagerTool
  11. ;
  12. ; PURPOSE:
  13. ;    The XmanagerTool procedure has been renamed XMTool for
  14. ;    compatibility with operating systems with short filenames
  15. ;    (i.e. MS DOS). XManagerTool remains as a wrapper that calls
  16. ;    the new version. See the documentation of XMTool for information.
  17. ;
  18. ; CATEGORY:
  19. ;    Widget Management.
  20. ;
  21. ; MODIFICATION HISTORY:
  22. ;    TC, 20 December 1992
  23. ;-
  24.  
  25. XMTOOL, GROUP = GROUP
  26.  
  27. end
  28.